-
Notifications
You must be signed in to change notification settings - Fork 899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #12492: Disable idle detection API #7054
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
app/brave_main_delegate.cc
Outdated
@@ -236,6 +236,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) { | |||
network_time::kNetworkTimeServiceQuerying.name, | |||
password_manager::features::kPasswordCheck.name, | |||
safe_browsing::kEnhancedProtection.name, | |||
features::kIdleDetection.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: alphabetical
@@ -75,6 +75,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) { | |||
&network_time::kNetworkTimeServiceQuerying, | |||
&password_manager::features::kPasswordCheck, | |||
&safe_browsing::kEnhancedProtection, | |||
&features::kIdleDetection, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: alphabetical
c1bad8e
to
2b84db3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
|
Fix #12492: Disable idle detection API
Resolves brave/brave-browser#12492
Submitter Checklist:
npm run lint
,npm run gn_check
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).QA/Yes
orQA/No
) to the associated issuerelease-notes/include
orrelease-notes/exclude
) to the associated issueTest Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.